home *** CD-ROM | disk | FTP | other *** search
Makefile | 1990-05-07 | 437 b | 21 lines |
- .s.o:
- as $*.s
-
- EVERYTHING = tetris.o tetwbench.o tetrisvars.o tetrissound.o tetrisblit.o tetrisdata.o tetrisprint.o
-
- game: $(EVERYTHING)
- ln -w $(EVERYTHING) -o game +C
- copy game to tetris
-
- sound: tetrissound.o
- ln -w tetrissound.o -o sound
-
- tetwbench: tetwbench.o
- tetris: tetris.o
- tetrisvars: tetrisvars.o
- tetrissound: tetrissound.o
- tetrisblit: tetrisblit.o
- tetrisdata: tetrisdata.o
- tetrisprint: tetrisprint.o
- $(EVERYTHING): tetris.i
-